home *** CD-ROM | disk | FTP | other *** search
/ 101 Video Screen Savers / 101 Video Screen Savers.iso / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-04-17  |  1KB  |  75 lines

  1. object Form1: TForm1
  2.   Left = 257
  3.   Top = 136
  4.   BorderStyle = bsSingle
  5.   Caption = 'Display for Video'
  6.   ClientHeight = 220
  7.   ClientWidth = 454
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   WindowState = wsMaximized
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnMouseMove = FormMouseMove
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object L: TLabel
  25.     Left = 184
  26.     Top = 72
  27.     Width = 6
  28.     Height = 13
  29.     Caption = 'L'
  30.   end
  31.   object ListBox1: TListBox
  32.     Left = 288
  33.     Top = 32
  34.     Width = 121
  35.     Height = 97
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.     Visible = False
  39.   end
  40.   object MediaPlayer1: TMediaPlayer
  41.     Left = 24
  42.     Top = 160
  43.     Width = 253
  44.     Height = 33
  45.     DeviceType = dtAVIVideo
  46.     Visible = False
  47.     ParentShowHint = False
  48.     ShowHint = True
  49.     TabOrder = 1
  50.     OnNotify = MediaPlayer1Notify
  51.   end
  52.   object DriveComboBox1: TDriveComboBox
  53.     Left = 56
  54.     Top = 40
  55.     Width = 145
  56.     Height = 19
  57.     TabOrder = 2
  58.     Visible = False
  59.   end
  60.   object Timer4: TTimer
  61.     Enabled = False
  62.     Interval = 1
  63.     OnTimer = Timer4Timer
  64.     Left = 224
  65.     Top = 152
  66.   end
  67.   object Timer5: TTimer
  68.     Enabled = False
  69.     Interval = 1
  70.     OnTimer = Timer5Timer
  71.     Left = 264
  72.     Top = 152
  73.   end
  74. end
  75.